isImage

Determine if a type is an image.

Use ImageStorage as the definition to compare against.

  1. bool isImage()
    pure
    bool
    isImage
    (
    Image
    )
    ()
    if (
    isPointer!Image &&
    !__traits(compiles, )
    )
  2. bool isImage()
  3. bool isImage()

See Also

ImageStorage

Meta